home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 5 Developer's Kit / vb5 dev kit.iso / dev / msg12-32 / readme.txt < prev    next >
Encoding:
Text File  |  1996-04-17  |  2.0 KB  |  60 lines

  1. MsgBox EASY 1.2a (April 1996)
  2. =============================
  3.  
  4. MsgBox EASY is advanced Visual Basic MsgBox function code generator.
  5. Please read this before using!
  6.  
  7.  
  8. Some features are
  9. -----------------
  10.  
  11.  ò save your dialogs and reuse them
  12.  ò direct paste code to VB with right indent level
  13.  ò use your own variables for caption, message, response & linefeed
  14.  ò use VB3, VB4 constants or no constants at all
  15.  ò automatically generates Select Case block to process user choices
  16.  ò available both 16- and 32-bit versions, so you can share your
  17.    templates between 2 platform
  18.  ò comment/uncomment entire block/sub with just 1 mouse click
  19.  ò simple & intuitive to use
  20.  ò fully configurable
  21.  ò and so on...
  22.  
  23.  
  24. Files
  25. -----
  26.  
  27.   16-bit/Win31   32-bit/Win95
  28.   msg12-16.zip   msg12-32.zip   description   
  29.   ---------------------------   -----------------------------------
  30.   readme.txt     readme.txt     this file
  31.   header.txt     header.txt     sample code header
  32.   msgbox.hlp     msgbox.hlp     help file, read this next
  33.   msgbox.ini     msgbox.ini     configuration & template file
  34.   msgbox16.exe   msgbox32.exe   main executable
  35.   threed16.ocx   threed32.ocx   Sheridan 3D custom control
  36.   tabctl16.ocx   tabctl32.ocx   Sheridan TabDlg custom control
  37.   regsvr.exe     regsvr32.exe   program for registering custom controls       
  38.  
  39. In addition, if you have an older version of VB and you don't have
  40. VB 4.0 runtime VB40032.DLL (for 16-bit) or VB40016.DLL (for 32-bit) in
  41. your WINDOWS\SYSTEM directory, you must download them also from some
  42. ftp site.
  43.  
  44.  
  45. Installation
  46. ------------
  47. 1) Copy all files except *.ocx and regsvr.exe to folder of your choice
  48. 2) copy *.ocx and regsvr.exe to WINDOWS\SYSTEM folder
  49. 3) run regsvr.exe twice with names of OCXes as parameters:
  50.    regsvr threed16.ocx
  51.    regsvr tabctl16.ocx 
  52. 4) run msgbox.exe
  53.  
  54. Please read on-line help (msgbox.hlp) for more details.
  55.  
  56.  
  57. Legal stuff
  58. -----------
  59. This program is supplied with no guarantees of any kind and must
  60. be used at your own risk.